projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa3156
)
* unexec.c (copy_text_and_data): Error message tweaked.
author
Jim Blandy
<jimb@redhat.com>
Thu, 11 Mar 1993 07:18:15 +0000
(07:18 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 11 Mar 1993 07:18:15 +0000
(07:18 +0000)
src/unexec.c
patch
|
blob
|
history
diff --git
a/src/unexec.c
b/src/unexec.c
index bd6985a349b9c15558536093a98e4ed6d37652d0..2fb289d8fbac773c836a38fa9cbb3afe6d757c55 100644
(file)
--- a/
src/unexec.c
+++ b/
src/unexec.c
@@
-808,7
+808,7
@@
copy_text_and_data (new, a_out)
{
n = size > sizeof (page) ? sizeof (page) : size;
if (read (a_out, page, n) != n || write (new, page, n) != n)
- PERROR ("
x
emacs");
+ PERROR ("emacs");
}
lseek (a_out, old_a_out_ptr, 0);
}